#recruit {
  padding-top: 0.8rem;
}
#recruit .lw-banner-top {
  background: url(../../../public/images/recruit/banner-bg.png) center center no-repeat;
  margin-bottom: 1rem;
}
#recruit .lw-banner-top .desc h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#recruit .lw-banner-top .desc h4 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  line-height: 0.6rem;
  font-size: .3rem;
}
#recruit .lw-banner-top .desc h4 span::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.3rem;
  opacity: 1;
  margin: 0 0.2rem;
  line-height: 0.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a5ef7), to(#777df9));
  background: linear-gradient(180deg, #2a5ef7 0%, #777df9 100%);
}
#recruit .recruit-p {
  margin-bottom: 1.4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#recruit .recruit-p .left {
  position: absolute;
}
#recruit .recruit-p .left img {
  border-radius: 0.1rem;
}
#recruit .recruit-p .left {
  position: absolute;
}
#recruit .recruit-p .right {
  width: 100%;
  height: 5rem;
  position: absolute;
}
#recruit .recruit-p .right .num {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #a5b0cf;
}
#recruit .recruit-p .right .title {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333333;
  position: absolute;
}
#recruit .recruit-p .right ul {
  width: 3.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .recruit-p .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.34rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recruit .recruit-p .right ul li::before {
  content: "";
  margin-right: 0.12rem;
  display: block;
  width: 0.06rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #2a5ef7;
}
#recruit .recruit-p.part-1 {
  height: 5.6rem;
}
#recruit .recruit-p.part-1 .left {
  left: 5rem;
  top: 0.6rem;
}
#recruit .recruit-p.part-1 .left img {
  width: 5.56rem;
  height: 5rem;
}
#recruit .recruit-p.part-1 .right {
  left: 10.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c3d0f7), to(#f2f3f8));
  background: linear-gradient(180deg, #c3d0f7 0%, #f2f3f8 100%);
  margin-left: -0.56rem;
  padding: 1.21rem 0 0 1.16rem;
}
#recruit .recruit-p.part-1 .right .title {
  left: 2.36rem;
  top: 2.35rem;
}
#recruit .recruit-p.part-1 .right ul {
  top: 3.12rem;
  left: 2.36rem;
}
#recruit .recruit-p.part-2 {
  height: 5rem;
  margin-top: 1.4rem;
}
#recruit .recruit-p.part-2 .left {
  top: 0.6rem;
  left: 8.69rem;
}
#recruit .recruit-p.part-2 .left img {
  width: 7.06rem;
  height: 4rem;
}
#recruit .recruit-p.part-2 .right {
  width: 10.7rem;
  left: 0;
  height: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f3f7), to(#c8d4f7));
  background: linear-gradient(180deg, #f1f3f7 0%, #c8d4f7 100%);
  margin-left: -0.56rem;
  padding: 1.06rem 0 0 4.15rem;
}
#recruit .recruit-p.part-2 .right .title {
  left: 2.2rem;
  top: 5.3rem;
}
#recruit .recruit-p.part-2 .right ul {
  top: 2.95rem;
  left: 5.35rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#recruit .recruit-p.part-3 {
  margin-bottom: 1rem;
  height: 5.6rem;
  margin-top: 2.2rem;
  overflow: inherit;
}
#recruit .recruit-p.part-3 .left {
  left: 3.5rem;
  top: -0.6rem;
}
#recruit .recruit-p.part-3 .left img {
  width: 5.56rem;
  height: 5rem;
}
#recruit .recruit-p.part-3 .right {
  width: 100%;
  height: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff3fd), to(#eeeff1));
  background: linear-gradient(180deg, #eff3fd 0%, #eeeff1 100%);
}
#recruit .recruit-p.part-3 .right .num {
  position: absolute;
  top: 1.21rem;
  left: 9.65rem;
}
#recruit .recruit-p.part-3 .right .title {
  top: 2.35rem;
  left: 10.8rem;
}
#recruit .recruit-p.part-3 .right ul {
  top: 3.1rem;
  left: 10.85rem;
  width: 4.77rem;
}
#recruit .recruit-p.part-3 .right ul li {
  width: 50%;
}
#recruit .lw-post-box {
  width: 12.2rem;
  margin: 1rem auto;
}
#recruit .lw-post-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .lw-post-box .header h4 {
  line-height: 0.3rem;
  font-size: 0.3rem;
}
#recruit .lw-post-box .header .email {
  font-size: 0.18rem;
  line-height: 0.18rem;
  color: #666666;
}
#recruit .lw-post-box .jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
#recruit .lw-post-box .jobs .job-item {
  cursor: pointer;
  width: 3.8rem;
  opacity: 1;
  border-radius: 0.1rem;
  background: #ffffff;
  -webkit-box-shadow: 0rem 0.1rem 0.2rem rgba(128, 128, 128, 0.25);
  box-shadow: 0rem 0.1rem 0.2rem rgba(128, 128, 128, 0.25);
  margin-right: 0.4rem;
  padding: 0.33rem 0.3rem 0.32rem 0.4rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: .1rem;
}
#recruit .lw-post-box .jobs .job-item .job-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
#recruit .lw-post-box .jobs .job-item .job-name h4 {
  font-size: 0.18rem;
  line-height: 0.18rem;
}
#recruit .lw-post-box .jobs .job-item .job-name .tag {
  width: 0.51rem;
  height: 0.27rem;
  opacity: 1;
  border-radius: 0.1rem;
  background: #bf3b3b;
  text-align: center;
  line-height: 0.27rem;
  color: #fff;
}
#recruit .lw-post-box .jobs .job-item .location,
#recruit .lw-post-box .jobs .job-item .develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#recruit .lw-post-box .jobs .job-item .location span,
#recruit .lw-post-box .jobs .job-item .develop span {
  margin-left: 0.09rem;
}
#recruit .lw-post-box .jobs .job-item .divider {
  margin: 0.16rem 0;
  height: 0.01rem;
  background: #cccccc;
}
.detail-body {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5eaf8), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #e5eaf8 0%, rgba(255, 255, 255, 0) 100%);
}
.detail-body .recruit-header {
  background-color: #30343f;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-body .recruit-header a {
  color: #fff;
}
.detail-body .recruit-detail {
  width: 12.2rem;
  background-color: #fff;
  margin: 0.4rem auto;
  padding: 0.6rem 0.4rem 0.44rem 0.4rem;
}
.detail-body .recruit-detail .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.detail-body .recruit-detail .header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.24rem;
}
.detail-body .recruit-detail .header .title .job-name,
.detail-body .recruit-detail .header .title .job-name-desc {
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #333333;
}
.detail-body .recruit-detail .header .title .job-name-desc {
  color: #bf3b3b;
  margin-left: 0.41rem;
}
.detail-body .recruit-detail .header .title .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.detail-body .recruit-detail .header .title .share span {
  margin-right: 0.08rem;
  color: #666666;
  font-size: 0.14rem;
}
.detail-body .recruit-detail .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-body .recruit-detail .more .position {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-body .recruit-detail .more .position span {
  margin-left: 0.08rem;
}
.detail-body .recruit-detail .more .create_at {
  margin-left: 0.4rem;
  font-size: 0.16rem;
  color: #999999;
}
.detail-body .recruit-detail .more .submit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.detail-body .recruit-detail .more .submit .lw-btn {
  margin: 0;
  width: 1rem;
  height: 0.42rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.detail-body .recruit-detail .divider {
  height: 0.01rem;
  background: #cccccc;
  margin-top: 0.12rem;
  margin-bottom: 0.4rem;
}
.detail-body .recruit-detail .info .title {
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.2rem;
}
.detail-body .recruit-detail .info .lw-job-detail-p .lw-job-detail-title-p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.18rem;
  font-weight: 400;
  margin-bottom: 0.16rem;
  margin-top: 0.2rem;
}
.detail-body .recruit-detail .info .lw-job-detail-p p {
  line-height: 0.26rem;
}
